object AboutBox: TAboutBox Left = 67 Top = 107 BorderIcons = [] BorderStyle = bsDialog Caption = 'About WAVmaker for Windows' ClientHeight = 136 ClientWidth = 529 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 352 Top = 16 Width = 73 Height = 16 Caption = 'Free mem.:' end object Label2: TLabel Left = 352 Top = 40 Width = 62 Height = 16 Caption = 'Free res.:' end object Label3: TLabel Left = 352 Top = 64 Width = 64 Height = 16 Caption = 'Free disk:' end object freeMem: TLabel Left = 432 Top = 16 Width = 57 Height = 16 Caption = 'freeMem' end object freeRes: TLabel Left = 432 Top = 40 Width = 51 Height = 16 Caption = 'freeRes' end object freeDisk: TLabel Left = 432 Top = 64 Width = 54 Height = 16 Caption = 'freeDisk' end object Bevel1: TBevel Left = 344 Top = 8 Width = 177 Height = 81 end object Bevel2: TBevel Left = 8 Top = 8 Width = 329 Height = 121 end object mainImage: TImage Left = 16 Top = 16 Width = 313 Height = 105 Picture.Data = {} Stretch = True end object image1: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object image2: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object image3: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object image4: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object image5: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object image6: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Image7: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Image8: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Image9: TImage Left = 344 Top = 96 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object MediaPlayer1: TMediaPlayer Left = 504 Top = 104 Width = 253 Height = 30 Visible = False TabOrder = 0 end object Button1: TBitBtn Left = 384 Top = 96 Width = 137 Height = 33 TabOrder = 1 OnClick = Button1Click Kind = bkOK end object Timer1: TTimer Interval = 600 OnTimer = Timer1Timer Left = 504 Top = 72 end end